From ec9038a8f231812a658778a62094b35226917b3c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 2 Mar 2020 12:42:43 +0000 Subject: [PATCH] Add missing annotation for GtkIconTheme --- gtk/gtkicontheme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 5ff96a4070..b65caad8e7 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1414,8 +1414,8 @@ gtk_icon_theme_finalize (GObject *object) /** * gtk_icon_theme_set_search_path: * @self: a #GtkIconTheme - * @path: (element-type filename): NULL-terminated array of - * directories that are searched for icon themes + * @path: (array zero-terminated=1) (element-type filename) (nullable): NULL-terminated + * array of directories that are searched for icon themes * * Sets the search path for the icon theme object. When looking * for an icon theme, GTK will search for a subdirectory of -- 2.30.2